home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / winterp-1.13 / src-server / app_funextn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-04  |  2.3 KB  |  52 lines

  1. /* -*-C-*-
  2. ********************************************************************************
  3. *
  4. * File:         app_funextn.h
  5. * RCS:          $Header: app_funextn.h,v 1.1 91/03/14 03:12:40 mayer Exp $
  6. * Description:  This file is #included in w_funtab.c. It is used to declare
  7. *        as extern in w_funtab.c any functions declared in app_fundecl.h.
  8. * Author:       Niels Mayer, HPLabs
  9. * Created:      Tue Feb 12 23:20:16 1991
  10. * Modified:     Thu Oct  3 19:57:27 1991 (Niels Mayer) mayer@hplnpm
  11. * Language:     C
  12. * Package:      N/A
  13. * Status:       X11r5 contrib tape release
  14. *
  15. * WINTERP Copyright 1989, 1990, 1991 Hewlett-Packard Company (by Niels Mayer).
  16. * XLISP version 2.1, Copyright (c) 1989, by David Betz.
  17. *
  18. * Permission to use, copy, modify, distribute, and sell this software and its
  19. * documentation for any purpose is hereby granted without fee, provided that
  20. * the above copyright notice appear in all copies and that both that
  21. * copyright notice and this permission notice appear in supporting
  22. * documentation, and that the name of Hewlett-Packard and David Betz not be
  23. * used in advertising or publicity pertaining to distribution of the software
  24. * without specific, written prior permission.  Hewlett-Packard and David Betz
  25. * make no representations about the suitability of this software for any
  26. * purpose. It is provided "as is" without express or implied warranty.
  27. *
  28. * HEWLETT-PACKARD AND DAVID BETZ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  29. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  30. * IN NO EVENT SHALL HEWLETT-PACKARD NOR DAVID BETZ BE LIABLE FOR ANY SPECIAL,
  31. * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  32. * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  33. * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  34. * PERFORMANCE OF THIS SOFTWARE.
  35. *
  36. * See ./winterp/COPYRIGHT for information on contacting the authors.
  37. * Please send modifications, improvements and bugfixes to mayer@hplabs.hp.com
  38. * Post XLISP-specific questions/information to the newsgroup comp.lang.lisp.x
  39. *
  40. ********************************************************************************
  41. */
  42.  
  43. /*
  44.     FORMAT FOR ENTRIES IN THIS FILE:
  45.  
  46. extern LVAL The_First_Application_Primitive();
  47. extern LVAL The_Second_Application_Primitive();
  48.  
  49.   Note: see also app_fundecl.h and w_funtab.c...
  50. */
  51.